/*landscape*/
@media (orientation: landscape) {
	.botaoMenu{
		position: absolute;
		width: 25%;
		top: 10%;
		transform: scale(0.8,0.8);
	}
	.janMenu{/*TODA JANELA DE MENU*/
		position: fixed;
		left: -80%;
		top: 0px;
		bottom: 0px;
		width: 80%;
		box-shadow:0px 5px 5px #000;
		max-width: calc(40%);
		border: 1px solid white;
		background-color: #358e51;
	}

	.janMenuCabecalho{
		position: relative;
		width: 100%;

		
		overflow: auto;
		background-color: rgb(53,142,81);
	}

	.janMenuCorpo{
		position: relative;
		width: 100%;
		height: 85%;
		background-color: #358e51;
	}

	.voltarJanMenu{
		position: relative;
		width: 100%;
		height: 30%;
	}

	.botaoVoltarMenu{
		height: 100%;
		width: 100%;
		position: relative;
		display: block;
		
	}

	.infoUsuarioMenu{
		position: relative;
		width: 100%;
		height: 70%;
	}
}

/*portrait*/
@media (orientation: portrait) {
	.botaoMenu{
		position: absolute;
		width: 35%;
		top: 10%;
		transform: scale(0.8,0.8);
	}
	.janMenu{/*TODA JANELA DE MENU*/
		position: fixed;
		left: -80%;
		top: 0px;
		bottom: 0px;
		width: 70%;
		box-shadow:0px 5px 5px #000;
		background-color: #358e51;
		border: 1px solid white;
	}

	.janMenuCabecalho{
		position: relative;
		width: 100%;
		
		background-color: rgb(13,142,81);
	}

	.janMenuCorpo{
		position: relative;
		width: 100%;
		
		height: 90%;
		background-color: #358e51;
	}

	.voltarJanMenu{
		position: relative;
		width: 100%;
		
		height: 30%;		
	}

	.botaoVoltarMenu{
		height: 100%;
		width: 100%;
		position: relative;
		display: block;
	}

	.infoUsuarioMenu{
		position: relative;
		width: 100%;
		height: 70%;
	}
}

.botaoVerde{
	color: white; 
	text-align: center;
	width: 100%;
	font-size: 1.2em; 
	padding: 15px;
	background-color: rgb(53,142,81);
}

.botaoVerdeDisabled {
	color: white; 
	border: 1px solid white;
	border-left: none;
	text-align: center;
	width: 100%;
	font-size: 1.2em; 
	padding: 15px;
	background-color: rgb(168,168,168);
	border-top: none;
	border-right: none;
}

.iconesBotaMenuDentro{
	width: 20%;
	text-align: center;
	border-top: 1px solid white;	
}

.nomeBotaoMenuDentro{
	width: 80%;
	text-align: left;
	color: white;
	border-top: 1px solid white;
}

.iconesProgramas{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	padding-left: 5px;
}

.inputsUser{
	outline: none;
	padding: 5px;
	width: 80%;
	border: 1px solid white;
}

.botAltFoto{
	border: 1px solid yellow;
	width: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
	height: 100%;
	opacity: 0;
}

.itemAlternativa{
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #e0e0e0;
	width: 100%;
	padding: 0px;
	font-weight: 100;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	cursor: default;
}